home *** CD-ROM | disk | FTP | other *** search
/ Level Pack 10: Dungeon Keeper / Level Pack 10.iso / DEMO / Demo / SETUP.BAT < prev    next >
Encoding:
DOS Batch File  |  1997-08-04  |  92 b   |  12 lines

  1. @echo off
  2.  
  3. if %1s==s goto empty
  4.  
  5. kddata -d %1\
  6. goto end
  7.  
  8. :empty
  9. kddata -d 
  10.  
  11. :end
  12.